home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / util / linkhdrs.cmd < prev    next >
Encoding:
Text File  |  1991-09-04  |  151 b   |  11 lines

  1. @SHIFT
  2. @SET DIRNAME=%0
  3. :ALLTARGS
  4. @SHIFT
  5. @IF %0 == STOP GOTO THEEND
  6. @SET TARGET=%0
  7. del %DIRNAME%%TARGET%
  8. copy %TARGET% %DIRNAME%
  9. @GOTO ALLTARGS
  10. :THEEND
  11.